home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / pcf / ds.dir / 00085_End Preview S Inv..ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  529 b   |  23 lines

  1. on mouseUp
  2.   global prev, gSound
  3.   if prev > 0 then
  4.     set prev to 0
  5.     set the visible of sprite 19 to 0
  6.     repeat with x = 13 to 18
  7.       set the visible of sprite x to 1
  8.     end repeat
  9.     repeat with x = 3 to 8
  10.       puppetSprite(x, 1)
  11.       set the visible of sprite x to 1
  12.       puppetSprite(x, 0)
  13.     end repeat
  14.     set the soundLevel to gSound
  15.     puppetSound("OPEN.AIF")
  16.     set the movieRate of sprite 48 to 0
  17.     set the visible of sprite 48 to 0
  18.     puppetSprite(48, 0)
  19.     updateStage()
  20.     go("no")
  21.   end if
  22. end
  23.